﻿* {
    margin: 0px;
    padding: 0px;
}


html {
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td, hr, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,宋体;
}

input, select, textarea {
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    overflow: auto;
}

th {
    text-align: inherit;
}

fieldset, img {
    border: 0 none;
}

iframe {
    display: block;
}

abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q::before, q::after {
    content: "";
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ins, a {
    text-decoration: none;
}

table {
    width: 100%;
}

a, input, textarea {
    outline: 0 none;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Microsoft YaHei',"黑体","宋体",Arial;
    font-size: 12px;
}

.bgcss {
    background: url("../Images/bg4.jpg") no-repeat top;
}

.BackColor {
    background-color: rgb(238,238,238);
}

.hide {
    display: none;
}

.show {
    display: block;
}

li {
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-type: none;
    overflow: hidden;
}

iframe {
    display: block;
}



body {
    font-family: 'Microsoft YaHei',"黑体","宋体",Arial;
    font-size: 12px; /*overflow-y:visible;overflow-y:hidden;*/
    scroll =no;
}

.bgcss {
    background: url("../Images/hhjt_03.png");
}

.BackColor {
    background-color: rgb(238,238,238);
}
/*页面顶部开始*/
.topbg {
    width: 100%;
    height: auto;
    background: #fff;
}

#Top {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
}

    #Top .logoimg {
        width: 114px;
        height: 106px;
        float: left;
        margin: 5px 30px;
    }

    #Top .TopDarkLine {
        width: 200px;
        height: 40px;
        background-color: #fff;
        float: right;
        border: 1px solid;
    }

    #Top .topCollection {
        width: 800px;
        height: 50px;
        line-height: 50px;
        text-align: right;
        margin: 0 auto;
        float: right;
    }

.topCollection a {
    width: 100px;
    height: 40px;
    display: block;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

#Top .TopLighterLine {
    width: 100%;
    height: 8px;
    background: rgb(234,234,234);
}

#Top .TopLogo {
    width: 340px;
    height: 50px;
    float: right;
    border: 0px solid;
}

    #Top .TopLogo #Inner {
        width: 340px;
        height: 50px;
        margin: 0 auto;
        position: relative;
    }

        #Top .TopLogo #Inner #Logo {
            width: 340px;
            height: 107px;
            background: url(../Images/Logo-1.png) no-repeat;
            position: absolute;
            left: 5px;
            top: 15px;
        }

        #Top .TopLogo #Inner #SearTextBox {
            width: 340px;
            height: 50px;
            position: absolute;
            line-height: 50px;
        }

            #Top .TopLogo #Inner #SearTextBox input[type=text] {
                width: 280px;
                height: 35px;
                background: none;
                border: 1px solid;
                float: left;
                line-height: 35px;
                margin-top: 10px;
            }

            #Top .TopLogo #Inner #SearTextBox a {
                width: 56px;
                height: 35px;
                line-height: 35px;
                background: url(../Images/hhjt_05.png) no-repeat;
                display: block;
                float: right;
                margin-top: 10px;
                color: #000;
                font-size: 16px;
                border-top: 1px solid #CCC;
                border-right: 1px solid #CCC;
                border-bottom: 1px solid #CCC;
            }
/*页面顶部结束*/
/*二级页面菜单开始*/
#Top .TopMenu {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.85);
}

    #Top .TopMenu ul {
        width: 1000px;
        margin: 0 auto;
        height: 70px;
    }

        #Top .TopMenu ul li {
            width: 142px;
            height: 70px;
            float: left;
            display: inline;
        }

            #Top .TopMenu ul li a {
                width: 142px;
                _width: 133px;
                height: 60px;
                display: block;
                color: rgb(68,68,68);
                font-size: 15px;
                font-weight: bold;
                text-align: center;
                line-height: 70px;
                text-decoration: none;
                padding-top: 10px;
            }

                #Top .TopMenu ul li a:hover {
                    background: url(../Images/S_Menu.png) no-repeat right top;
                    color: #FF0000;
                    text-decoration: none;
                }

                #Top .TopMenu ul li a span {
                    position: relative;
                }

                #Top .TopMenu ul li a span {
                    position: relative;
                    display: block;
                    height: 25px;
                    line-height: 25px;
                }
/*二级页面菜单结束*/
/*菜单及背景图切换部分开始*/
.LighterLine {
    width: 100%;
    height: 2px;
    background: rgb(255,255,255);
    position: absolute;
    top: 46px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /*IE8*/
    filter: alpha(opacity=10); /*IE5、IE5.5、IE6、IE7*/
    opacity: .10; /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
}


.ImageDiv1 #Menu {
    width: 100%;
    height: 46px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

    .ImageDiv1 #Menu .Item {
        width: 940px;
        height: 46px;
        margin: 0 auto;
    }

        .ImageDiv1 #Menu .Item ul {
            width: auto;
            height: 46px;
            overflow: hidden;
        }

            .ImageDiv1 #Menu .Item ul li {
                width: 100px;
                height: 46px;
                float: left;
                display: block;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                line-height: 46px;
            }

                .ImageDiv1 #Menu .Item ul li:hover {
                    width: 100px;
                    height: 46px;
                    float: left;
                    display: block;
                    text-align: center;
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 46px;
                    background: url(../Images/Fix.png) no-repeat center top;
                }

                .ImageDiv1 #Menu .Item ul li a {
                    width: 100px;
                    height: 46px;
                    display: block;
                    color: #FFF;
                    text-decoration: none;
                }

            .ImageDiv1 #Menu .Item ul a:hover {
                color: rgb(246,11,29);
            }
/*菜单及背景图切换部分结束*/
/*下部核心文章区域开始*/
.UnderContent {
    width: 1000px;
    height: 38px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: -39px;
}

    .UnderContent .LeftContentDiv {
        width: 442px;
        float: left;
    }

    .UnderContent .RightContentDiv {
        width: 220px;
        float: right;
    }

    .UnderContent .CenterContentDiv {
        width: 320px;
        float: left;
        margin-left: 1%;
        margin-right: 5px;
    }

    .UnderContent .TopTitles {
        width: 100%;
        height: 38px;
        border-radius: 9px 9px 0px 0px;
        background-color: rgba(35, 34, 34, 0.33);
        position: relative;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"; /*IE8*/
        filter: alpha(opacity=97); /*IE5、IE5.5、IE6、IE7*/
        opacity: .97; /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
    }

    .UnderContent .InnerContent {
        width: 100%;
        height: auto;
        background-color: rgba(35, 34, 34, 0.33);
        position: absolute;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)"; /*IE8*/
        filter: alpha(opacity=97); /*IE5、IE5.5、IE6、IE7*/
        opacity: .97; /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
        display: none;
    }

        .UnderContent .InnerContent ul {
            height: auto;
            overflow: hidden;
        }

            .UnderContent .InnerContent ul li {
                height: auto;
                display: block;
                margin: 20px;
                overflow: hidden;
            }

                .UnderContent .InnerContent ul li a {
                    border: 0;
                    text-decoration: none;
                    color: #FFF;
                    line-height: 20px;
                }

                    .UnderContent .InnerContent ul li a img {
                        border: 1px #CCC solid;
                        background: none;
                        padding: 3px;
                        float: left;
                        display: block;
                        margin-right: 5px;
                        width: 90px;
                        height: 60px;
                    }

                        .UnderContent .InnerContent ul li a img:hover {
                            border: 1px #FF0000 solid;
                            background: none;
                            padding: 3px;
                            float: left;
                            display: block;
                        }

                    .UnderContent .InnerContent ul li a span.ChanPin {
                        width: auto;
                        font-size: 13px;
                        font-weight: bold;
                    }

                    .UnderContent .InnerContent ul li a:hover {
                        color: #FF0000;
                    }


            .UnderContent .InnerContent ul.NewsCenter {
                width: 50%;
                float: right;
                height: auto;
                overflow: hidden;
            }

                .UnderContent .InnerContent ul.NewsCenter li {
                    border-bottom: 1px dashed #CCC;
                    margin: 10px;
                }

            .UnderContent .InnerContent ul.linkcss {
                width: 100%;
                float: right;
                height: auto;
                overflow: hidden;
            }

                .UnderContent .InnerContent ul.linkcss li {
                    margin: 12px;
                }

                    .UnderContent .InnerContent ul.linkcss li a {
                        font-size: 14px;
                        line-height: 20px;
                    }

        .UnderContent .InnerContent div.LeftNewsNavImage {
            width: 47%;
            height: 280px;
            position: absolute;
            left: 5px;
            top: 0px;
        }

            .UnderContent .InnerContent div.LeftNewsNavImage img {
                width: 100%;
                height: 280px;
                padding: 3px;
                border: 1px #CCC solid;
            }

            .UnderContent .InnerContent div.LeftNewsNavImage p {
                width: 100%;
                height: 25px;
                position: absolute;
                bottom: 0;
                left: 0;
                text-align: right;
            }

                .UnderContent .InnerContent div.LeftNewsNavImage p a {
                    width: 25px;
                    height: 25px;
                    display: block;
                    float: right;
                    background-color: #000000;
                    color: #FFF;
                    text-align: center;
                    line-height: 23px;
                    margin-right: 3px;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*IE8*/
                    filter: alpha(opacity=80); /*IE5、IE5.5、IE6、IE7*/
                    opacity: .80; /*Opera9.0+、Firefox1.5+、Safari、Chrome*/
                    text-decoration: none;
                }
/*下部核心文章区域结束*/
/*友情链接*/
.link {
    width:100%;
}
    .link ul {
      width:100%;
    }
        .link ul li {
           width:120px;
           line-height:30px;
           text-align:center;
           float:left;
        }
/*页面底部*/
.Footer {
    width: 100%;
    height: 85px;
    background: rgb(246,246,246);
    margin-top: 20px;
    text-align: center;
    color: #000;
    line-height: 85px;
}

.SFooter {
    width: 1000px;
    height: 120px;
    background-color: #333D46;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
}
/*页面底部结束*/

/*二级页面内容部分开始*/
.Navdiv {
    width: auto;
    height: 35px;
    margin: 10px auto 0px auto;
    line-height: 45px;
    font-size: 13px;
    color: rgb(91,91,91);
    float: right;
}

    .Navdiv a {
        color: rgb(91,91,91);
        text-decoration: none;
    }

.MainContent {
    width: 1000px;
    height: auto;
    background-color: rgb(248,248,248);
    margin: 10px auto 10px auto;
    overflow: hidden;
}

    .MainContent p.SearchResult {
        width: 90%;
        height: auto;
        overflow: hidden;
        display: block;
        margin: 15px auto;
        background: #FFF;
        border: 1px #CCC solid;
        padding: 15px;
        line-height: 25px;
    }

        .MainContent p.SearchResult:hover {
            width: 90%;
            height: auto;
            overflow: hidden;
            display: block;
            margin: 15px auto;
            background: #f4feff;
            border: 1px #CCC solid;
            padding: 15px;
        }

        .MainContent p.SearchResult a {
            color: rgb(0,0,204);
            text-decoration: underline;
            font-size: 16px;
        }


    .MainContent .LeftFloat {
        width: 200px;
        height: auto;
        float: left;
        border-top: rgb(231,231,231) 1px solid;
        border-right: rgb(231,231,231) 1px solid;
        border-left: rgb(231,231,231) 1px solid;
        margin: 0 20px 0 20px;
    }

        .MainContent .LeftFloat .TitleFix {
            width: 200px;
            height: 44px;
            border-bottom: 1px rgb(202,202,202) solid;
            margin: 0px auto 0px auto;
            position: relative;
            line-height: 44px;
            background: url("../Images/hhjt_07.png") no-repeat top;
        }

            .MainContent .LeftFloat .TitleFix span {
                font-size: 20px;
                color: rgb(246,246,246);
                margin-left: 35px;
            }

            .MainContent .LeftFloat .TitleFix .ICON {
                width: 28px;
                height: 40px;
                background: url(../Images/IPage.png) no-repeat left top;
                position: absolute;
                left: 0px;
                top: 15px;
            }

        .MainContent .LeftFloat .Items {
            width: 200px;
            height: auto;
            margin: 0 auto;
        }

            .MainContent .LeftFloat .Items ul {
                width: 100%;
                height: auto;
                overflow: hidden;
            }

                .MainContent .LeftFloat .Items ul li, .MainContent .LeftFloat .Items ul li a {
                    width: 100%;
                    height: 45px;
                    float: left;
                    display: block;
                    border-bottom: rgb(231,231,231) 1px solid;
                    font-size: 14px;
                }

                    .MainContent .LeftFloat .Items ul li a {
                        background: url(../Images/iPage.png) no-repeat left -46px;
                        text-align: left;
                        line-height: 45px;
                        text-decoration: none;
                        color: rgb(78,78,78);
                        padding-left: 20px;
                    }

                        .MainContent .LeftFloat .Items ul li a:hover {
                            background: url(../Images/iPage.png) no-repeat left -91px;
                            text-align: left;
                            line-height: 45px;
                            text-decoration: none;
                            color: rgb(21,147,225);
                            padding-left: 20px;
                        }

            .MainContent .LeftFloat .Items img {
                width: 256px;
                padding: 4px;
                background-color: rgb(236,236,236);
                border: 1px rgb(223,223,223) solid;
                margin-top: 15px;
            }

            .MainContent .LeftFloat .Items .CompanyInfo {
                width: 100%;
                height: auto;
                line-height: 30px;
                font-size: 13px;
                color: rgb(71,71,71);
                letter-spacing: 1px;
            }

    .MainContent .RightFloat {
        width: 710px;
        height: auto;
        min-height: 803px;
        float: right;
        display: inline;
        margin: 0 30px 0 10px;
    }

        .MainContent .RightFloat .ItemTitle {
            width: 100%;
            height: auto;
            margin: 0 auto;
            height: 45px;
            border-bottom: 1px rgb(202,202,202) solid;
            text-align: left;
            position: relative;
        }

            .MainContent .RightFloat .ItemTitle span {
                color: rgb(2, 2, 2);
                position: absolute;
                font-size: 14px;
                font-weight: bold;
                height: 45px;
                line-height: 45px;
                border-bottom: 2px solid #ff0000;
            }

            .MainContent .RightFloat .ItemTitle p {
                width: 23px;
                height: 23px;
                position: absolute;
                right: 3px;
                top: 25px;
                background: url(../Images/iPage.png) no-repeat -31px top;
                cursor: pointer;
            }

        .MainContent .RightFloat .ImageItemContent {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
        }

            .MainContent .RightFloat .ImageItemContent ul {
                width: 100%;
                height: auto;
                overflow: hidden;
            }

                .MainContent .RightFloat .ImageItemContent ul li {
                    width: 200px;
                    float: left;
                    display: inline;
                    margin-left: 55px;
                    text-align: center;
                    margin-bottom: 10px;
                }

                    .MainContent .RightFloat .ImageItemContent ul li:nth-of-type(3n+1) {
                        width: 200px;
                        float: left;
                        display: inline;
                        text-align: center;
                        margin-left: 0px;
                        margin-bottom: 10px;
                    }

                    .MainContent .RightFloat .ImageItemContent ul li a {
                        text-decoration: none;
                        font-size: 18px;
                        color: #000;
                    }

                        .MainContent .RightFloat .ImageItemContent ul li a:hover {
                            color: rgb(243,10,29);
                            text-decoration: none;
                        }

                        .MainContent .RightFloat .ImageItemContent ul li a img {
                            width: 198px;
                            height: 240px;
                            background-color: rgb(245,245,245);
                            border: 1px rgb(223,223,223) solid;
                            margin: 5px auto;
                        }

                            .MainContent .RightFloat .ImageItemContent ul li a img:hover {
                                background-color: rgb(14,125,194);
                            }

                    .MainContent .RightFloat .ImageItemContent ul li span {
                        color: rgb(118, 115, 115);
                        font-size: 13px;
                    }
        /*右侧新闻列表*/
        .MainContent .RightFloat .ContentItem {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: 0 auto;
        }

            .MainContent .RightFloat .ContentItem ul {
                width: 100%;
                height: auto;
                overflow: hidden;
            }

                .MainContent .RightFloat .ContentItem ul li {
                    width: 100%;
                    height: 55px;
                    border-bottom: 1px rgb(202,202,202) dashed;
                    margin-top: 3px;
                    line-height: 55px;
                    font-size: 14px;
                }

                    .MainContent .RightFloat .ContentItem ul li a {
                        width: 85%;
                        color: #000;
                        text-decoration: none;
                        display: block;
                        float: left;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        list-style-type: none;
                        overflow: hidden;
                    }

                        .MainContent .RightFloat .ContentItem ul li a:hover {
                            text-decoration: none;
                            display: block;
                            color: rgb(21,147,225);
                        }

                    .MainContent .RightFloat .ContentItem ul li img {
                        width: 6px;
                        height: 6px;
                        margin: 25px 10px 0 0;
                        float: left;
                    }

                    .MainContent .RightFloat .ContentItem ul li:hover {
                        border-bottom: 1px rgb(243,10,29) dashed;
                    }

                    .MainContent .RightFloat .ContentItem ul li span {
                        width: 11%;
                        float: right;
                        margin-right: 5px;
                    }
        /*右侧新闻列表结束*/

        /*右侧文章内容区域*/
        .MainContent .RightFloat .Content_Title {
            width: 90%;
            border-bottom: 1px #CCC solid;
            padding-bottom: 5px;
            text-align: center;
            margin: 0 auto;
            font-size: 20px;
            color: #000;
            margin-top: 10px;
        }

            .MainContent .RightFloat .Content_Title p {
                font-size: 12px;
                margin-top: 15px;
            }

        .MainContent .RightFloat .Content_Value {
            width: 97%;
            height: auto;
            overflow: hidden;
            padding: 10px;
            margin-top: 5px;
            font-size: 16px;
        }

        .MainContent .RightFloat .LinkUpDown {
            width: 90%;
            height: auto;
            border-top: 1px #999 dashed;
            padding-top: 15px;
            line-height: 30px;
            margin: 25px auto;
        }

            .MainContent .RightFloat .LinkUpDown a {
                font-size: 13px;
                color: #000;
                text-decoration: none;
            }
/*右侧文章内容区域结束*/

/*二级页面内容部分结束*/
.OnText {
    color: #CCC;
}

.OutText {
    color: #111;
}

.Fix-Top-Left {
    right: 15px;
    top: 12px;
}

.Fix-Top {
    width: 9px;
    height: 14px;
    background: url(../Images/Fix-Top.png);
    position: absolute;
}

.Fix-Down {
    width: 9px;
    height: 14px;
    background: url(../Images/Fix-Down.png);
    position: absolute;
}

.Span-Top-LeftTitle,
.Span-Top-CenterTitle,
.Span-Top-LeftRight {
    color: rgb(246,246,246);
    font-size: 15px;
}

.Span-Top-Left {
    right: 50px;
    top: 8px;
}

.Span-Top-LeftTitle {
    width: 120px;
    height: auto;
    position: absolute;
    text-align: center;
}

    .Span-Top-LeftTitle p {
        font-size: 12px;
        float: right;
        padding-top: 3px;
    }

.DarkLine {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background-color: rgb(194,194,194);
}

.LighersLine {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    background-color: #f9f9f9;
}

/*.BorderRight_Menu { border-right: 1px rgb(226,226,226) solid; }*/

/*.MarignLeft2px { margin-left: 2px; }*/

/*分页样式*/
.Pager {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

    .Pager input[type=text] {
        width: 50px;
        height: 20px;
    }

    .Pager a {
        text-align: center;
        text-decoration: none;
        margin-left: 5px;
        border: 1px solid #CCC;
        background: #FFF;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
        color: #282828;
    }

        .Pager a.on {
            text-align: center;
            text-decoration: none;
            margin-left: 5px;
            border: 1px solid #ff0000;
            background: #FFF;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 15px;
            color: #282828;
        }

        .Pager a:hover {
            text-align: center;
            text-decoration: none;
            margin-left: 5px;
            border: 1px solid #CCC;
            background: #ff7200;
            color: #FFF;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 15px;
        }

    .Pager input[type=button] {
        width: auto;
        height: auto;
        background: rgb(248,248,248);
        border: 1px #ccc solid;
        color: #000;
        line-height: 18px;
        height: 22px;
        margin-left: 5px;
    }


.DisplayNone {
    display: none;
}

.DisplayBlock {
    display: block;
}


/* */
#Logocss {
    width: 162px;
    height: 80px;
    background: url(../Images/Logo.png) no-repeat;
    position: absolute;
    float: left;
}

.ImageDiv1 #topMenu {
    width: 100%;
    height: 78px;
    left: 0px;
    top: 7%;
    z-index: 1;
    background: url(../Images/hhjt_07.jpg) repeat-x;
}

    .ImageDiv1 #topMenu #Menu {
        width: 100%;
        height: 78px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

        .ImageDiv1 #topMenu #Menu .Item {
            width: 1000px;
            height: 78px;
            margin: 0 auto;
        }

            .ImageDiv1 #topMenu #Menu .Item ul {
                width: auto;
                height: 78px;
                overflow: hidden;
            }

                .ImageDiv1 #topMenu #Menu .Item ul li {
                    width:83px;
                    height: 78px;
                    float: left;
                    display: block;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                    line-height: 78px;
                }

                    .ImageDiv1 #topMenu #Menu .Item ul li:hover {
                        width:83px;
                        height: 78px;
                        float: left;
                        display: block;
                        text-align: center;
                        font-size: 16px;
                        font-weight: bold;
                        line-height: 78px;
                        background: url(../Images/Fix.png) no-repeat center top;
                    }

                    .ImageDiv1 #topMenu #Menu .Item ul li a {
                        width:83px;
                        height: 78px;
                        display: block;
                        color: #FFF;
                        text-decoration: none;
                    }

                .ImageDiv1 #topMenu #Menu .Item ul a:hover {
                    color: #E4B647;
                }

                .ImageDiv1 #topMenu #Menu .Item ul li a span {
                    position: relative;
                }

                .ImageDiv1 #topMenu #Menu .Item ul li a span {
                    position: relative;
                    display: block;
                    height: 80px;
                    line-height: 68px;
                }

.Footercss {
    width: 100%;
    height: 120px;
    background: rgb(0,0,0);
    text-align: center;
    color: #FFF;
    line-height: 120px;
    padding-top: 20px;
    position: absolute;
}

.footmain {
    width: 1000px;
    margin: 0 auto;
    display: inline-block;
}

.Footercss span {
    float: left;
    width: 120px;
    height: 100px;
}

.Footercss .footiconcss {
    padding-top: 15px;
}

.Footercss span img {
    display: block;
    margin: 0 auto;
}

.Footercss p {
    width: 720px;
    float: left;
    text-align: left;
    color: #FFF;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    padding: 10px 20px;
    letter-spacing: 4px;
}

.Footercss a {
    color: #FFF;
    line-height: 30px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 4px;
}

/*.articleimg{ width:100%; height:690px; background:url("../Images/bg2.jpg") no-repeat top; }*/


/*#bkImage{ background:url(../banner/2.jpg) no-repeat center; margin:0 auto; width:100%; height:100%;}*/


.ImageDiv1 {
    position: relative;
}

.banner {
    width: 100%;
    height: 480px;
    position: relative; /*  min-height:660px;*/
}

.footer-left {
    width: 300px;
    height: 96px;
    float: left;
    margin: 20px 20px;
}
.footer-left img{
    float:left;
    margin-left:20px;
}
.footer-right {
    width: 60%;
    height: 200px;
    float: right;
    padding-top: 15px;
}

.main1 {
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    margin-top: 10px;
}

.newsPhoto {
    width: 315px;
    height: 250px;
    border: 1px solid rgb(235, 235, 235);
    float: left;
}


.slide_x { /*width:308px; */
    height: 218px;
    border: 1px solid #707070;
    position: relative;
    overflow: hidden;
}

    .slide_x a {
        color: #eee;
        text-decoration: none;
    }

    .slide_x .box {
        overflow: hidden;
        position: relative; /*width:308px;height:216px;*/
    }

    .slide_x .list {
        overflow: hidden;
        width: 9999px;
    }

        .slide_x .list a {
            padding: 0;
        }

        .slide_x .list li {
            float: left;
            position: relative;
            width: 313px;
        }

        .slide_x .list img {
            _vertical-align: top;
            width: 315px;
            height: 250px;
        }

    .slide_x .btn {
        position: absolute;
        overflow: hidden;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

        .slide_x .btn li {
            float: left;
            width: 19px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            cursor: pointer;
            border-left: 1px solid rgba(255,255,255,.6);
            background: rgba(25,26,29,.6);
        }

            .slide_x .btn li span {
                color: #fff;
            }

            .slide_x .btn li.selected {
                color: #fff;
                opacity: 1;
                filter: alpha(opacity=100);
                background: #ce0807;
            }

.hotScroll {
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: rgb(252, 252, 252);
    text-shadow: 1px 1px 3px #fff;
    position: relative;
    overflow: hidden;
}

    .hotScroll ul li {
        width: 100%;
        position: absolute;
        left: 0;
        top: 32px;
    }

        .hotScroll ul li a {
            display: block;
            color: #000;
        }


.m1news {
    width: 290px;
    height: 250px;
    float: left;
    margin-left: 10px;
}

.m1newstype {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CCC;
}

    .m1newstype span {
        width: 4px;
        height: 20px;
        background: rgb(243,10,29);
        margin: 5px 5px 0px 0px;
        float: left;
    }

    .m1newstype h2 {
        font-size: 14px;
        color: #5062C4;
        font-weight: bold;
    }

.m1newsList {
    width: 100%;
    height: 220px;
}

    .m1newsList ul li {
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

        .m1newsList ul li img {
            width: 4px;
            height: 4px;
            margin: 15px 10px 0 0;
            float: left;
        }

        .m1newsList ul li a {
            width: 100%;
            height: 31px;
            line-height: 31px;
            font-size: 14px;
            color: #000;
        }

            .m1newsList ul li a:hover {
                width: 100%;
                height: 31px;
                line-height: 31px;
                font-size: 14px;
                color: #5062c4;
            }

.m2news {
    width: 370px;
    height: 250px;
    float: right;
}

.m2newsType {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CCC;
}

    .m2newsType ul li {
        width: auto;
        height: 29px;
        line-height: 29px;
        float: left;
        margin-right:18px;
        font-size: 14px;
        font-weight: bold;
    }

        .m2newsType ul li.current {
            font-size: 14px;
            font-weight: bold;
            color: #5062C4;
            border-bottom: 2px solid #FF0000;
        }

.m2newsList {
    font-size: 14px;
    line-height: 31px;
    width: 100%;
    height: 220px;
}

    .m2newsList ul li {
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

        .m2newsList ul li img {
            width: 4px;
            height: 4px;
            margin: 15px 10px 0 0;
            float: left;
        }

        .m2newsList ul li a {
            width: 100%;
            height: 31px;
            line-height: 31px;
            font-size: 14px;
            color: #000;
        }

            .m2newsList ul li a:hover {
                width: 100%;
                height: 31px;
                line-height: 31px;
                font-size: 14px;
                color: #5062c4;
            }

.servicecss {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 1px solid #CCC;
}

   .servicecss ul li {
        float: left;
        width: 180px;
        height: 50px;
        line-height: 50px;
        margin-left: 20px;
        margin-top: 20px;
    }

        .servicecss ul li:nth-child(1) {
            float: left;
            width: 180px;
            height: 50px;
            margin-left: 0px;
            line-height: 50px;
            margin-top: 20px;
        }

        .servicecss ul li:nth-child(2) {
            float: left;
            height: 50px;
            line-height: 50px;
            margin-top: 20px;
        }

            .servicecss ul li:nth-child(2) span {
                width: 2px;
                height: 30px;
                line-height: 50px;
                background: #D1D1D1;
                position: absolute;
                margin-top: 10px;
            }

.achievement {
    width: 1000px;
    height: 67px;
    margin: 0 auto;
    margin-top: 10px;
}

.achievement_left {
    width: 100px;
    height: 67px;
    float: left;
}

    .achievement_left a {
        width: 100px;
        height: 67px;
        display: block;
        line-height: 67px;
        font-size: 14px;
        text-align: center;
    }

.achievement_right {
    width: 900px;
    height: 67px;
    float: right;
}

    .achievement_right ul li {
        float: left;
        width: 210px;
        height: 67px;
        margin-left: 15px;
    }

        .achievement_right ul li img {
            width: 210px;
            height: 67px;
        }

.Navdiv a {
    color: rgb(91,91,91);
    text-decoration: none;
}

.Navdiv2 {
    font-size: 14px;
    color: #989898;
    height: 30px;
    width: auto;
    padding-left: 20px;
    float: left;
}


/*轮播图*/

/* top_slider */
.top_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 480px;
}

    .top_slider .ts_inner {
        margin-right: -3px;
    }

    .top_slider .slider_list {
        position: relative;
        height: 480px;
        overflow: hidden;
        z-index: 2;
    }

        .top_slider .slider_list ul {
            -webkit-transition: margin .5s ease-out 0s;
            -moz-transition: margin .5s ease-out 0s;
            transition: margin .5s ease-out 0s;
        }

            .top_slider .slider_list ul li {
                height: 480px;
            }

                .top_slider .slider_list ul li img {
                    height: 480px;
                }

    .top_slider .slider_btn_left {
        background: url(../Images/hhjt_11.jpg) no-repeat;
        display: block;
        width: 80px;
        height: 80px;
        top: 200px;
        z-index: 5;
        float: left;
    }

    .top_slider .slider_btn_right {
        background: url(../Images/hhjt_13.jpg) no-repeat;
        display: block;
        width: 80px;
        height: 80px;
        top: 200px;
        z-index: 5;
        float: right;
    }

        .top_slider .slider_btn_left:hover, .top_slider .slider_btn_right:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.slider_btn {
    width: 1000px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -280px;
    z-index: 5;
}

.yinping {
    width: 92px;
    height: 50px;
    float: left;
}

.MainContent .RightFloat .ContentItemyinping ul li {
    width: 100%;
    height: 55px;
    border-bottom: 1px rgb(202,202,202) dashed;
    margin-top: 3px;
    line-height: 55px;
    font-size: 14px;
}

    .MainContent .RightFloat .ContentItemyinping ul li a {
        width: 72%;
        color: #000;
        text-decoration: none;
        display: block;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        list-style-type: none;
        overflow: hidden;
    }

        .MainContent .RightFloat .ContentItemyinping ul li a:hover {
            text-decoration: none;
            display: block;
            color: rgb(21,147,225);
        }

    .MainContent .RightFloat .ContentItemyinping ul li img {
        width: 6px;
        height: 6px;
        margin: 25px 10px 0 0;
        float: left;
    }

    .MainContent .RightFloat .ContentItemyinping ul li:hover {
        border-bottom: 1px rgb(243,10,29) dashed;
    }

    .MainContent .RightFloat .ContentItemyinping ul li span {
        width: 11%;
        float: right;
        margin-right: 5px;
    }





.Mainyinping {
    width: 1000px;
    height: auto;
    background-color: rgb(248,248,248);
    margin: 10px auto 10px auto;
    overflow: hidden;
}

    .Mainyinping .ItemTitle {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #CCC;
        text-align: center;
    }

        .Mainyinping .ItemTitle span {
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }

.ResumeContent {
    margin-top: 10px;
}

.style1 {
    width: 100%;
    border: 1px solid #8BC5F7;
}

.style2 {
    width: 100px;
    text-align: right;
    border: 1px solid #8BC5F7;
    background-color: #d7eefe;
    font-size: 14px;
    vertical-align: middle;
    min-height: 30px;
}

.style3 {
    border: 1px solid #8BC5F7;
    vertical-align: middle;
    min-height: 30px;
}

.style4 {
    color: #FF0000;
}

.style5 {
    text-align: center;
}

    .style5 input {
        width: 70px;
        height: 35px;
        margin: 5px;
    }





ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.DB_tab25 {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .DB_tab25 .DB_bgSet {
        position: relative;
    }

        .DB_tab25 .DB_bgSet li {
            position: absolute;
            width: 100%;
            height: 480px;
            display: none;
        }

    .DB_tab25 .DB_imgSet {
        position: absolute;
        width: 988px;
        left: 50%;
        margin-left: -500px;
    }

        .DB_tab25 .DB_imgSet .DB_1_1 {
            position: absolute;
            left: -5px;
            top: 10px;
        }

        .DB_tab25 .DB_imgSet .DB_1_2 {
            position: absolute;
            left: 415px;
            top: 30px;
        }

        .DB_tab25 .DB_imgSet .DB_1_3 {
            position: absolute;
            left: 730px;
            top: 180px;
        }

        .DB_tab25 .DB_imgSet .DB_2_1 {
            position: absolute;
            left: 75px;
            top: 0px;
        }

        .DB_tab25 .DB_imgSet .DB_2_2 {
            position: absolute;
            left: 400px;
            top: 30px;
        }

        .DB_tab25 .DB_imgSet .DB_2_3 {
            position: absolute;
            left: 730px;
            top: 180px;
        }

        .DB_tab25 .DB_imgSet .DB_3_1 {
            position: absolute;
            left: 10px;
            top: 10px;
        }

        .DB_tab25 .DB_imgSet .DB_3_2 {
            position: absolute;
            left: 540px;
            top: 30px;
        }

        .DB_tab25 .DB_imgSet .DB_3_3 {
            position: absolute;
            left: 730px;
            top: 180px;
        }

    .DB_tab25 .DB_menuWrap {
        position: absolute;
        width: 988px;
        left: 50%;
        margin-left: -500px;
    }

        .DB_tab25 .DB_menuWrap .DB_menuSet {
            position: absolute;
            width: 100%;
            top: 226px;
            text-align: center;
            font-size: 0;
            border-radius: 20px;
        }

            .DB_tab25 .DB_menuWrap .DB_menuSet li {
                cursor: pointer;
                margin: 0 3px;
                display: inline;
            }

    .DB_tab25 .DB_prev {
        position: absolute;
        left: 0px;
        top: 200px;
        cursor: pointer;
        display: none;
    }

    .DB_tab25 .DB_next {
        position: absolute;
        right: 0px;
        top: 200px;
        cursor: pointer;
        display: none;
    }


.weixin {
    width: 140px;
    height: 400px;
    top: 200px;
    right: 5px;
    float: right;
    position: fixed;
}

    .weixin li {
        width: 140px;
        height: 140px;
        margin-top: 20px;
        text-align:center;
    }

        .weixin li img {
            width: 120px;
            height: 120px;
        }
.footer-right a{
    color:#fff;
}